home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 August / macformat-053.iso / mac / Shareware Plus / Developers / PictViewer 1.0 ƒ / About PictViewer next >
Encoding:
Text File  |  1997-05-08  |  3.0 KB  |  77 lines  |  [TEXT/ttxt]

  1. PictViewer version 1.0 Read Me
  2.  
  3. PictViewer  1.0
  4. by Bouke F. Tuinstra, March 1997
  5. email: B.F.Tuinstra@stm.tudelft.nl
  6.  
  7. What it does:
  8.  
  9. PictViewer disassembles Macintosh pictures (PICTs). Macintosh PICTs consist of a  series of
  10. operation codes (opcodes), each followed by a variable amount of data. For a reactangle, for
  11. instance, the entry in the picture code consists of the opcode for a rectangle followed by
  12. the four coordinates of the rectangle.
  13. PictViewer parses the picture code and displays each drawing operation as one line of text.
  14. Large data structures (pixmaps, for example) are abbreviated. It also handles most of the
  15. ‘standard’ picture comments.
  16.  
  17.  
  18. What is does not do:
  19.  
  20. There are a number of items on the to do list, such as opening PICT files, printing, and
  21. picture editing, more elaborate display of data (headers, postscript comments etc.). 
  22. Since my time is very limited, don't count on a new version for a very long time 
  23. (unless I lose my job ;-).
  24.  
  25.  
  26. How it works:
  27.  
  28. Just open a new window and paste your PICTure (sorry-- you can't open PICT files yet).
  29.  
  30.  
  31. Why did you write it?
  32.  
  33. I'm glad you ask. This is a program I've written primarily for myself. This means that it
  34. is not very well tested. I've used it to check how applications handled pictures (and 
  35. especially picture comments). This is handy if you're trying to write an application that
  36. generates pictures with smooth curves, thin lines etc. and wants to print them correctly.
  37. Apart form being written for private use, the program is also not finished (well, finished
  38. enough for me, at the time). I just haven't got the spare time to finish it and with Apples
  39. changing operating system views, I'm not sure it's worth it.
  40. The program has also served its purpose in identifying MS Word as the program that was 
  41. changing my line-widths and careful character placements.
  42.  
  43.  
  44. What does it cost?
  45.  
  46. Zip! Nada! Gratis!  etcetera.
  47. Yep, it's free. Just don't distribute it for a fee or without this document.
  48.  
  49.  
  50. Known problems:
  51.  
  52. None. Ok, maybe a few. 
  53.  - If you open a large number of windows (depending on your screen size but on a 14" 
  54.     monitor >23) the new window gets created off-screen. Live with it; it's (mostly) harmless.
  55.  - Sometimes a (very) long line will not display completely in the window, no matter how much 
  56.     scrolling you do. If this happens just save the (text-)file and open with an editor like BBedit; 
  57.     it knows how to handle very long lines.
  58.  - A similar problem is the fact that due to a limitation in Quickdraw no more than ±3000 lines will
  59.     display in the window. Again, save the textfile and open with BBedit to reveal the rest of the data.
  60.  - There’s a type of pixmap that PictViewer doesn’t understand (it displays ‘reserved’). Probably
  61.     something that Apple introduced without telling me. If anyone knows what's up please tell me.
  62.  
  63.  
  64. Thanks to:
  65.  
  66. Marten Kooistra, M.W.Kooistra@stm.tudelft.nl, for testing, editing the ReadMe file and suggesting 
  67. to release this to the public in the first place.
  68.  
  69.  
  70. Comments?
  71.  
  72. Comments are welcome at:
  73.  
  74. B.F.Tuinstra@stm.tudelft.nl
  75.  
  76.        ENJOY!
  77.